home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16907 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  445 b 

  1. From: Char_Matt@msn.com (charlotte branson)
  2. Subject: RE: what does this code do?
  3. Date: 12 Apr 96 16:58:17 -0700
  4. References: <4k6u2v$i2c@newsbf02.news.aol.com>
  5. Message-ID: <00001a81+0000b1f3@msn.com>
  6. Path: news.msn.com!msn.com
  7. Newsgroups: comp.lang.c++
  8. Organization: The Microsoft Network (msn.com)
  9.  
  10. >linePtrs[currentLine][lineLen[currentLine]] = (char) key;
  11.  
  12. What are the definitions for these variables used? Is currentLine a 
  13. string of chars?
  14.